home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo -------------------------------------------------------------------------
- echo PC HOME READER SURVEY
- echo -------------------------------------------------------------------------
- echo[
- echo Help us to make this magazine and CD-Rom disc the best available by
- echo filling in our reader survey. All you need to do is press a key to start
- echo the survey program and answer the questions as they appear on the screen.
- echo[
- echo All your answers will be written to a floppy disk in drive A. You must
- echo then post this back to us at the address displayed at the end of the
- echo survey.
- echo[
- echo Place a formatted disk (one you no longer need) in drive A and then
- echo press any key to continue or Ctrl+C to quit. . .
- pause >nul
- survey
- echo[
- echo You can delete the survey program as it is no longer needed...
- echo Type: DEL *.*
- echo CD ..
- echo RD SURVEY
- echo[
-